@charset "utf-8";


/* For Menu Testing Only */

body, html{margin:0;padding:0;}
body{height:764px;}
.hand{cursor:pointer;}
.help{cursor:help;}


/* CSS Popout Menu */

[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
} 
[if lt IE 8]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
} 
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
} 

</style>
<![endif]

#menu{
	/* position:absolute; */
	top:5px; /* 45 */
	left:5px; /* -138 */
	background:#70AD1D; /*  #b3b1c0      */
	padding:1px; 
	z-index:2;
	width:145px;

}

#menu a, #menu h2{
display:block; 
font:normal 12px/18px arial,helvetica,sans-serif;
border-top:1px solid #ccc;
border-left:1px solid #bbb;
/*border-right:1px solid #888;*/
border-bottom:1px solid #555;
white-space:nowrap;
text-indent:2px;
width:145px;
}

#menu a{
background:#70AD1D; /* #edeef6  url(/nav/images/tile-silver-3.gif) repeat-x*/
text-decoration:none;
}

#menu a, #menu a:visited{
color:#F9FF05;  /*  #494c59  */
}

#menu a:hover{
color:#000;
background:#e2e2ec; /*  url(/nav/images/tile-blue-over-3.gif) repeat-x   */
}

#menu a:active{
color:#F9FF05; /* #060 */
background:#70AD1D; /* #e2e2ec  Background visited  url(/nav/images/tile-blue-on-3.gif) repeat-x*/
}

#menu h2{
font:bold 10px/16px tahoma,helvetica,sans-serif;
color:#F9FF05; /* #fff */
background:#3F6110; /* #369  url(/nav/images/tile-h2.gif) repeat-x*/
/*text-transform:uppercase;*/
margin:0;
padding:0;
width:145px;
}

#menu li{
list-style-type:none;
}

#menu ul li{
position:relative;
}

#menu li ul{
position:absolute;
top:0;
left:146px;
display:none;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li{float:left;height:1%;}
* html #menu ul li a{height:1%;}
/* End */ 


div#menu ul, #menu ul ul, div#menu ul ul ul{
margin:0;
padding:0;
list-style-image:none; 
width:130px;
}

div#menu ul ul, div#menu ul ul ul, div#menu ul li:hover ul ul, div#menu ul li:hover ul ul ul{
display:none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul{
display:block; 
}

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:normal;
text-indent:2px;
color:#F9FF05;    /*  #494c59; */
background:#70AD1D;  /* #edeef6  url(/nav/images/tile-silver-3-x.gif) repeat-x*/
}

#menu a.x:hover{
color:#000;
background:#70AD1D;  /* #edeef6  url(/nav/images/tile-blue-over-3.gif) repeat-x*/
}

#menu a.x:active{
color:#F9FF05;  /* #060 */
background:#70AD1D;  /* #e2e2ec  url(/nav/images/tile-blue-on-3.gif) repeat-x*/
}
